home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / movies / goods.dir / 00080_Script_80 < prev    next >
Text File  |  1998-01-14  |  228b  |  12 lines

  1. on StButton
  2.   repeat with t = 5 to 7
  3.     set the puppet of sprite(t) to TRUE
  4.     if rollOver(t) then
  5.       set the blend of sprite(t) to 100
  6.     else
  7.       set the blend of sprite(t) to 0
  8.     end if
  9.   end repeat
  10. end
  11.  
  12.